home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
busition
/
archtec2
/
arch-c41.exe
/
ARCHITEC.ACS
/
APPENDX.BAT
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-09-10
|
384 b
|
18 lines
ECHO OFF
CLS
ECHO This will append a PAUSE statement to AUTOEXEC.BAT on drive C:
ECHO
PAUSE
CLS
IF EXIST C:\AUTOEXEC.BAT GOTO REPLACE
ECHO No AUTOEXEC.BAT file exists on Drive C
GOTO RUN
:REPLACE
COPY APPENDX TMP
COPY TMP + C:\AUTOEXEC.BAT
COPY TMP C:\AUTOEXEC.BAT
REM GOTO RUN
:RUN
ECHO